@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
/**/
header{
	width: 100%;
}
header .top{
	width: 1200px;
	margin: 12px auto;
	display: flex;
	justify-content: space-between;
}
header .top .logo{
}
header .top .logo img{
	display: block;
	height: 46px;
}
header .top .tels{
	color: #555555;
	line-height: 46px;
	font-size: 14px;
}
header .top .tels b{
	color: #d36410;
	font-weight: bold;
	font-size: 18px;
}
header .top .tels i{
	margin-right: 5px;
}
header .nav{
	width: 100%;
	background-color: #d36611;
	
}
header .nav ul{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
header .nav ul li a{
	display: block;
	line-height: 50px;
	padding: 0px 25px;
	color: white;
	font-size: 15px;
}
header .nav ul li a:hover{
	background-color: black
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.index-about{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.index-about .left{
	width: 550px;
}
.index-about .left img{
	display: block;
	width: 100%;
}
.index-about .right{
	width: 620px;
	padding-top: 40px;
}
.index-about .right p.t1{
	display: block;
	width: 100px;
	height: 2px;
	background-color: black;
	margin-bottom: 10px;
}
.index-about .right p.t2{
	color: #555555;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-about .right p.t3{
	color: #555555;
	font-size: 30px;
	margin-bottom: 40px;
}
.index-about .right p.t4{
	color: #7a7a7a;
	line-height: 1.6;
	margin-bottom: 20px;
}
.index-about .right p.t5 a{
	display: block;
	width: 140px;
	line-height: 35px;
	background-color: #d36611;
	text-align: center;
	transition: 0.3s all;
	color: white;
}
.index-about .right p.t5 a:hover{
	opacity: 0.8;
	transition: 0.3s all;
}
.index-pro-w{
	width: 100%;
	background-image: url(../images/index-pro_02.png);
	padding-top: 45px;
}
.index-pro{
	width: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	padding: 35px 0px 23px;
}
.index-pro-w .text{
	width: 1200px;
	margin: 0px auto 40px;
}
.index-pro-w .text p.t1{
	color: white;
	font-size: 48px;
	font-weight: bold;
}
.index-pro-w .text p.t2{
	font-size: 24px;
	color: white;
	margin: 10px 0px 25px;
}
.index-pro-w .text p.t3{
	color: white;
}
.index-pro ul{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-pro ul li{
	margin-bottom: 12px;
}
.index-pro ul li a{
	width: 230px;
	color: white;
	display: block;
	line-height: 35px;
	text-align: center;
	background-color: #d56913;
	transition: 0.3s all;
}
.index-pro ul li a:hover{
	opacity: 0.7;
	transition: 0.3s all;
}
.index-news{
	width: 1200px;
	margin: 45px auto;
	display: flex;
	justify-content: space-between;
}
.index-news .left{
	width: 690px;
}
.index-news .left .title{
	color: #555555;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.index-news .left .title span{
	font-size: 18px;
	font-weight: normal;
	margin-left: 15px;
}
.index-news .left .catlist{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.index-news .left .catlist a{
	display: block;
	width: 180px;
	line-height: 35px;
	color: #555555;
	text-align: center;
	transition: 0.3s all;
	border: 1px solid #555;
}
.index-news .left .catlist a:hover{
	color: white;
	background-color: #d56913;
	border: 1px solid #d56913;
	transition: 0.3s all;
}
.index-news .left .catlist a:first-child{
	border-right: none;
}
.index-news .left ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.index-news .left ul li .time{
	width:80px;
	color: #d56913;
	text-align: right;
	border-right: 1px solid #CCCCCC;
	padding-right: 15px;
	margin-right: 15px;
}
.index-news .left ul li .time p.t1{
	font-size: 16px;
}
.index-news .left ul li .time p.t2{
	font-size: 28px;
}
.index-news .left ul li .text{
	width: 480px;
}
.index-news .left ul li .text p.t1{
	color: black;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 5px;
}
.index-news .left ul li .text p.t2{
	color: #848484;
	font-size: 14px;
}

.index-news .right{
	width: 500px;
}
.index-news .right img{
	display: block;
	width: 100%;
}
.index-bottom-w{
	width: 100%;
	background-color: #CCCCCC;
	padding: 45px 0px;
}
.index-bottom{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-bottom .text p.t1{
	color: black;
	font-weight: bold;
	font-size: 36px;
}
.index-bottom .text p.t2{
	font-size: 20px;
}
.index-bottom .right{
	display: flex;
	justify-content: flex-end;
}
.index-bottom .right .list{
	width: 220px;
	display: flex;
	justify-content: center;
	background-color: #e15616;
	position: relative;
	margin-left: 50px;
}
.index-bottom .right .list .icon i{
	font-size: 36px;
	line-height: 73px;
	color: white;
}
.index-bottom .right .list .title{
	color: white;
	padding-top: 16px;
	font-size: 15px;
	margin-left: 8px;
}
.index-bottom .right .list:after{
	content: "";
	    display: block;
    width: 0px;
    height: 0px;
        border-left: 40px solid #e15616;
    border-right: 0px solid transparent;
    border-top: 0px solid #e15616;
    border-bottom: 73px solid transparent;
    position: absolute;
    right: -40px;
}
.index-bottom .right .list02{
	background-color: #3f3f3f
}
.index-bottom .right .list02:after{
	border-left: 40px solid #3f3f3f;
    border-top: 0px solid #3f3f3f;
}
.index-bottom .right .list02:before{
	content: "";
	    display: block;
    width: 0px;
    height: 0px;
        border-left: 0px solid transparent;
    border-right: 40px solid #3f3f3f;
    border-top: 73px solid transparent;
    border-bottom: 0px solid #3f3f3f;
    position: absolute;
    left: -40px;
    top: 0px
}
.index-bottom .right .list03:after{
	display: none;
}
.index-bottom .right .list03:before{
	content: "";
	    display: block;
    width: 0px;
    height: 0px;
        border-left: 0px solid transparent;
    border-right: 40px solid #e15616;
    border-top: 73px solid transparent;
    border-bottom: 0px solid #e15616;
    position: absolute;
    left: -40px;
    top: 0px
}

footer{
	background-color: #212121;
	padding-top: 35px;
	background-image: url(../images/footer_02.png);
	margin-top: 45px;
	
}
.footer{
	width: 1200px;
	margin: auto;
}
.footer .top{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}
.footer .top p:first-child{
	width: 1000px;
	display: flex;
	justify-content: space-around;
}
.footer .top p:first-child a{
	color: white;
}
.footer .top p:last-child{
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-right: 15px;
}
.footer .bottom{
	width: 100%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}
.footer .bottom .text p.t1{
	color: #f4f4f4;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .bottom .text p.t2{
	font-size: 16px;
	line-height: 1.8;
	color: #bababa;
}
.footer .bottom .qr{
	width: 120px;
	padding-top: 20px;
}
.footer .bottom .qr img{
	display: block;
	width: 100%;
}
.footer-copy{
	width: 100%;
	margin-top: 45px;
	background-color: #e56600;
	color: white;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
/**/
/**/
.maps {
	width: 1200px;
	margin: 15px auto;
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.maps p{
	position: relative;
	padding-left: 15px;
	line-height: 30px;
}
.maps p:after {
	content: "";
	display: block;
	width: 8px;
	height: 20px;
	background-color: #555555;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.maps input{
	width: 260px;
	height: 30px;
	padding: 0px 10px;
	border: 2px solid #d36611;
	display: block;
}

/**/

.product-main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.product-main .left {
	width: 240px;
}

.product-main .left p.typename {
	color: white;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    background-color: #d36611;
    border-radius: 5px 5px 0px 0px;
}
.product-main .left ul{
	background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0px 0px 5px 5px;
    box-sizing: border-box;
}
.product-main .left ul li {
	width: 100%;
	box-sizing: border-box;
	background: #ececec;
	padding-left: 20px;
    position: relative;
}
.product-main .left ul.type-one>li:after{
	    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #232323;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 19px;
}
.product-main .left ul li.current{
	background-color: #d36611;
}
.product-main .left ul.type-two{
	display: none;
	border: none;
	border-bottom: 1px solid #d36611;
	background-color: #d36611;
	padding: 5px 0px;
}
.product-main .left ul.type-two li{
	background-color: transparent
}
.product-main .left ul.type-two li a{
	line-height: 30px;
	font-size: 14px;
	padding-left: 25px;
	color: white;
}
.product-main .left ul li.type-onelist {
	    display: block;
    width: 100%;
    color: #232323;
    line-height: 50px;
    padding-left: 45px;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.3s all;
}

.product-main .left ul li:hover {
	background: #d36611;
	color: white;
}
.product-main .left ul li:hover:after{
    border: 2px solid white;
    background-color: white
}
.product-main .left ul li:hover a {
	color: white;
}


.product-main .left p.left-tels {
	width: 100%;
	border:1px solid #d36611;
	color: #555;
	line-height: 2;
	box-sizing: border-box;
	padding: 12px;
	font-size: 14px;
	margin-top: -2px;
}

.product-main .left p.left-tels b {
	margin-bottom: 8px;
	display: block;
}
.product-main .pic-right {
	width: 940px;
}

.product-main .pic-right p.title {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.product-main .pic-right ul.list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-main .pic-right ul.list li {
	width: 300px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background: #fff;
}

.product-main .pic-right ul.list li:hover {
	border: 1px solid #d36611;
}

.product-main .pic-right ul.list li p.t1 {
	width: 100%;
}

.product-main .pic-right ul.list li p.t1 img {
	display: block;
	width: 100%;
}

.product-main .pic-right ul.list li p.t2 {
	width: 90%;
	display: block;
	margin: 5px auto 10px;
	display: block;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-main .pic-right ul.list li p.t3 {
	width: 90%;
	display: block;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 12px;
	overflow: hidden;
}

.product-main .picshow-right {
	width: 940px;
}

.product-main .picshow-right .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-main .picshow-right .top .left {
	width: 400px;
	background: #fff;
	border: 1px solid #eee;
}

.product-main .picshow-right .top .left img {
	display: block;
	width: 100%;
}

.product-main .picshow-right .top .right {
	width: 510px;
}

.product-main .picshow-right .top .right h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.product-main .picshow-right .top .right .contact{
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888888;
}
.product-main .picshow-right .top .right .desc {
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
}


/**/

.product-main .news-right {
	width: 940px;
}

.product-main .news-right ul.list li {
	display: flex;
	justify-content: space-between;
	border: 1px solid #dedede;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.product-main .news-right ul.list li .pic {
	width: 270px;
}

.product-main .news-right ul.list li .pic img {
	display: block;
	width: 100%;
}

.product-main .news-right ul.list li .text {
	width: 610px;
}

.product-main .news-right ul.list li .text p.t1 a {
	color: #4b4a4a;
	font-size: 18px;
	padding: 10px 0px 15px;
	display: block;
}
.product-main .news-right ul.list li .text p.t2{
	font-size: 14px;
    line-height: 24px;
    color: #797979;
}
.product-main .news-right ul.list li .text p.t2 a{
	color: #d36611;
}
.product-main .news-right article{
	
}
.product-main .news-right article img{
	display: block;
	max-width: 90% !important;
	height: auto !important;
}
/**/
.product-main .newsshow-right{
	width: 940px;
}
.product-main .newsshow-right h1.newstit{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.product-main .newsshow-right article{
	font-size: 15px;
	line-height: 1.8;
	margin: 25px auto;
}
.product-main .newsshow-right article img{
	display: block;
	max-width: 90% !important;
	height: auto !important;
}
.product-main .newsshow-right .time{
	text-align: center;
	font-size: 14px;
	color: #888;
}
/**/
.six-pages{width:100%}
.six-pages ul{display:flex;flex-wrap:wrap;justify-content:flex-start}
.six-pages ul li{background-color:#ddd;color:#666;margin-right:8px;color:white;font-size:14px;border-radius:3px;overflow:hidden;height:30px;line-height:30px}
.six-pages ul li a{display:block;width:100%;color:#666;font-size:14px;padding:0 14px}
.six-pages ul li.thisclass{background-color:#01AAED}
.six-pages ul li.thisclass a{color:white}
.six-pages ul li:last-child{color:#666;padding:0 14px}

/**/
.picshow-right .bottom{
	width: 100%;
}
.picshow-right .bottom p.tit{
	border-left: 5px solid #01AAED;
	display: block;
	background-color: #f2f2f2;
	color: #333;
	padding: 8px 0px 8px 15px;
	font-weight: bold;
	margin: 15px auto;
}
.picshow-right .bottom .liuyan{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picshow-right .bottom .liuyan input.i1{
	width: 49%;
	height: 35px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.picshow-right .bottom .liuyan textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	height: 100px;
}
.picshow-right .bottom .liuyan input.s1{
	width: 120px;
	background-color: #01AAED;
	border: none;
	color: white;
	height: 40px;
	margin-top: 25px;
}
/**/


.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
/**/
.index-prolist{
	margin: 35px auto 10px;
}
